Code 128 is a high-density linear barcode defined in the ISO/IEC 15417:2007 standard. Use this filter to generate alphanumeric or numeric-only barcodes.
You can generate a string into a traditional barcode using iOS using Core Image, but you should make sure and convert your input string to a Data using String. ...